home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / debug⁄errors / errors.proto.h < prev    next >
Encoding:
Text File  |  1995-04-01  |  464 b   |  10 lines  |  [TEXT/CWIE]

  1.  
  2. /* errors.c */
  3. void DoError(short code, short level, char *mess1);
  4. char *geterrstring(short code);
  5. void FatalCancelAlert(short messageID, StringPtr DefaultButtonString, short InternalID, short MacID);
  6. void FatalAlert(short messageID, short InternalID, short MacID);
  7. void    OperationFailedAlert(short messageID, short InternalID, short MacID);
  8. void    OutOfMemory(short InternalID);
  9. Boolean AskUserAlert(short messageID, Boolean CancelIsDefault);
  10. void loadErrors(void);